jade.domain.introspection
Class StopNotify

java.lang.Object
  |
  +--jade.domain.introspection.StopNotify

public class StopNotify
extends java.lang.Object

This class represents the 'stop-notify' action, requesting to end a continuous notification of some events via ACL messages.

Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
StopNotify()
           
 
Method Summary
 void addEvents(java.lang.String evName)
           
 Iterator getAllEvents()
           
 AID getObserver()
           
 void setObserver(AID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopNotify

public StopNotify()
Method Detail

setObserver

public void setObserver(AID id)

getObserver

public AID getObserver()

addEvents

public void addEvents(java.lang.String evName)

getAllEvents

public Iterator getAllEvents()